home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactive 4 / CARTS4.iso / mac / MiniCad 6.0.1 demo / MiniCad 6.0.1 Demo / MiniCad 6.0.1 Demo.rsrc / STR#_7023.txt < prev    next >
Text File  |  1996-03-22  |  920b  |  41 lines

  1. Returns the previous symbol definition from the symbol library.
  2.  
  3. PrevSymDef(h : Handle) : Handle;
  4.  
  5. Returns the next symbol definition from the symbol library.
  6.  
  7. NextSymDef(h : Handle) : Handle;
  8.  
  9. Returns the handle of the previous deselected object in the list.
  10.  
  11. PrevDObj(h : Handle) : Handle;
  12.  
  13. Returns the handle of the next deselected object in the list.
  14.  
  15. NextDObj(h : Handle) : Handle;
  16.  
  17. Returns the handle of the previous selected object in the list.
  18.  
  19. PrevSObj(h : Handle) : Handle;
  20.  
  21. Returns the handle of the next selected object in the list.
  22.  
  23. NextSObj(h : Handle) : Handle;
  24.  
  25. Returns the handle of the previous object in the list.
  26.  
  27. PrevObj(h : Handle) : Handle;
  28.  
  29. Returns the handle of the next object in the list.
  30.  
  31. NextObj(h : Handle) : Handle;
  32.  
  33. Returns the handle of the previous layer in the list.
  34.  
  35. PrevLayer(h : Handle) : Handle;
  36.  
  37. Returns the handle of the next layer in the list.
  38.  
  39. NextLayer(h : Handle) : Handle;
  40.  
  41.